aboutsummaryrefslogtreecommitdiffstats
path: root/web/app/api/auth/[...nextauth]/route.tsx
blob: e722926b5a74a71710d1e795e0d5226941741ec7 (plain) (blame)
1
2
3
import { authHandler } from "@/lib/auth";

export { authHandler as GET, authHandler as POST };